-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add analysis points #3285
base: master
Are you sure you want to change the base?
Conversation
71095f1
to
9af0038
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR only includes the get_sensitivity_function
, but not get_sensitivity
, is this a deliberate choice?
9af0038
to
b6a1ab8
Compare
I'd really appreciate feedback on the docstrings, and suggestions for the docstring for the new |
There are lots of docstrings from the old implementation missing, all these + the ones for |
Should we make this new interface experimental as well? |
we could, but ideally not for too long. We can mark it as stable once we have integrated with JSML and made sure that works? |
I'm not advocating for it being experimental, so it would be great to have this be stable if you're happy with it. |
8bc61de
to
f7da682
Compare
If you feel like it should, I'm fine with that as well |
Should we add some version of this warning? |
While that check can be implemented in MTK, the concept of a |
Yeah this would act on the IO metadata, and it only works in setting that have those properties anyways (regardless of the metadata), so that's likely fine. If the user commits the mistake the warnings warn against, the result will be silently wrong, so we have to either warn or error. |
Once CI passes and the PR is approved, I'll rebase and make SpellCheck happy |
…ar analysis functions
4fcca63
to
520daf4
Compare
282b1f9
to
69e05f5
Compare
Apparently CI won't deploy docs for preview because the PR is from a fork |
I guess we can tackle any docs issues after merge? |
Yeah. It's not a blocker, it just would've been nice to see. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.